Initializes a new instance of the
IndexEntry class.
シンタックス
'宣言
Public Function New( _
ByVal As System.String, _
ByVal ParamArray () As C1LinkTarget _
)
'使用法
Dim caption As System.String
Dim targets() As C1LinkTarget
Dim instance As New IndexEntry(caption, targets)
public IndexEntry(
System.string ,
params C1LinkTarget[]
)
パラメータ
- caption
- The string that is assigned to the IndexEntry.Caption property of the current index entry.
- targets
- A list of C1LinkTarget objects; for each target in that list, a IndexEntryOccurrence is created and added to the IndexEntry.Occurrences of the current index item.
参照